projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e1414
)
Fix configure summary for hybrid malloc configurations
author
Andreas Schwab
<schwab@suse.de>
Thu, 14 Jul 2016 08:26:24 +0000
(10:26 +0200)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 14 Jul 2016 08:28:00 +0000
(10:28 +0200)
* configure.ac ("$hybrid_malloc" = yes): Set GNU_MALLOC to no,
parenthesize value of GNU_MALLOC_reason.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index aaddfcd7386c356c8dad1fda53a4e61a2daca878..dd1af5b435b33ca38130ace37a28375f9e884b70 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2177,8
+2177,8
@@
elif test "$hybrid_malloc" = yes; then
AC_DEFINE(HYBRID_MALLOC, 1,
[Define to use gmalloc before dumping and the system malloc after.])
HYBRID_MALLOC=1
- GNU_MALLOC=
- GNU_MALLOC_reason="
only before dumping
"
+ GNU_MALLOC=
no
+ GNU_MALLOC_reason="
(only before dumping)
"
GMALLOC_OBJ=gmalloc.o
VMLIMIT_OBJ=
else